Skip to content

Add pluggy under new Developer Tooling section - #43

Merged
Rollczi merged 1 commit into
LiteDevelopers:mainfrom
ch99q:add-pluggy
Jul 17, 2026
Merged

Add pluggy under new Developer Tooling section#43
Rollczi merged 1 commit into
LiteDevelopers:mainfrom
ch99q:add-pluggy

Conversation

@ch99q

@ch99q ch99q commented May 12, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds pluggy β€” a standalone CLI for Minecraft plugin development (scaffolding, fetching server platforms like Spigot/Paper, running dev servers, building artifacts).

It didn't slot cleanly into any existing category:

  • Not a library/framework β€” it's a CLI you run, not code you depend on.
  • Not a plugin or mod β€” it doesn't run on a server or in the client.
  • The closest existing bucket was Software β†’ Tools, but those entries are end-user tools (Blockbench, MultiMC, PrismLauncher, pakkit), not developer tooling.

So this PR introduces a new Software β†’ Developer Tooling subsection. It's a natural home for build tools, scaffolders, and other plugin/mod dev CLIs that don't fit elsewhere, and the section can grow over time. Happy to instead drop pluggy into Tools and skip the new subsection if you'd prefer β€” just let me know.

Changes

  • New Developer Tooling entry in the table of contents under Software.
  • New ## Developer Tooling subsection in the body, placed before Proxy Software.
  • One entry: pluggy.

@Rollczi

Rollczi commented Jul 17, 2026

Copy link
Copy Markdown
Member

An interesting project. Relatively universal use. Despite its low popularity, we'll merge it. I see potential :D

@Rollczi
Rollczi merged commit 8d074df into LiteDevelopers:main Jul 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants